STEP 6: Time to change the color of the stripe based on the user input.
NOTE: The Set Color block changes a shape to the color provided.
- Go to and drag in Set Color to the bottom of your program.
- Change the variable in front of set_color() from sprite to rect.
- Change the text inside set_color() from "green" to the variable choice.
To navigate the page using the TAB key, first press ESC to exit the code editor.